ComponentOne ASP.NET MVC Controls
RowFields(String[]) Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class > RowFields Method : RowFields(String[]) Method
The field keys.
Sets the RowFields property.
Syntax
'Declaration
 
Public Overloads Function RowFields( _
   ByVal ParamArray fieldKeys() As String _
) As PivotEngineBuilder
public PivotEngineBuilder RowFields( 
   params string[] fieldKeys
)

Parameters

fieldKeys
The field keys.

Return Value

Current builder
Remarks
Gets the list of C1.Web.Mvc.Olap.PivotField objects that define the fields shown as rows in the output table.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members
Overload List